home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / shadobox.arc / WERR.H < prev    next >
Encoding:
C/C++ Source or Header  |  1988-11-19  |  827 b   |  28 lines

  1. /* WERR.C  error codes for WINDOW.C by John G. Donohue */
  2.  
  3. #define NO_ERROR    0
  4.  
  5. #define SMALL_ERR       11001
  6. #define NOFIT_ERR       11002
  7. #define WNUM_ERR    11003 /* Can't (re-)define standard screen */
  8. #define MAXWIN_ERR      11004
  9. #define BUFFER_ERR      11005
  10. #define OM_ERR        11006
  11.  
  12. #define WOPND_ERR       11008
  13. #define WDEFD_ERR       11009
  14. #define NOTTOP_ERR      11010 /* IMPLEMENTATION requires stack */
  15. #define BORD_ERR    11011
  16. #define CLIPPED_ERR     11012
  17. #define COMPAT_ERR      11013
  18.  
  19. #define MENU_ERR    11101
  20. #define INCHC_ERR    11102    /* left choice bracket */
  21. #define NORCHC_ERR    11103
  22. #define MNSCRL_ERR      11104
  23. #define NINCHC_ERR    11105    /* right choice bracket */
  24. #define NVNL_ERR    11106
  25. #define NV2L_ERR    11107
  26. #define MNNORT_ERR    11108    /* no right bracket */
  27. #define FEWCHCS_ERR     11109
  28.